Modifier and Type | Method and Description |
---|---|
abstract NB3WorldState |
NB3WorldState.copy()
Makes a copy of this world state.
|
Modifier and Type | Method and Description |
---|---|
abstract float |
NB3Algorithm.calculateIntermediateValue(int agentID,
java.util.List<NB3Node> branch,
NB3WorldState ws) |
abstract float |
NB3Algorithm.calculateLowerBound(int agentID,
java.util.List<NB3Node> branchs,
NB3WorldState ws) |
abstract float |
NB3Algorithm.calculateUpperBound(int agentID,
java.util.List<NB3Node> branch,
NB3WorldState ws) |
void |
NB3Algorithm.initialize(java.lang.String myName,
java.lang.String[] agentNames,
NB3WorldState initialState,
long deadline)
Once all information necesarry for the negotiation algorithm is available, the agent should call this method to start the algorithm.
|